object hashform: Thashform Left = 464 Top = 329 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'MD5 Digest Hash (128 bit)' ClientHeight = 176 ClientWidth = 373 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object closebutton: TButton Left = 144 Top = 136 Width = 75 Height = 25 Caption = '&Close' Default = True TabOrder = 0 OnClick = closebuttonClick end object Panel1: TPanel Left = 24 Top = 24 Width = 329 Height = 97 TabOrder = 1 object Label1: TLabel Left = 16 Top = 9 Width = 25 Height = 16 Caption = 'File:' end object filenamelabel: TLabel Left = 56 Top = 9 Width = 81 Height = 16 Caption = 'filenamelabel' end object Label2: TLabel Left = 16 Top = 40 Width = 42 Height = 16 Caption = 'Digest:' end object digestedit: TEdit Left = 16 Top = 59 Width = 289 Height = 22 Color = clBtnFace Ctl3D = False HideSelection = False ParentCtl3D = False ReadOnly = True TabOrder = 0 Text = 'digestedit' end end end